From 242877e4e585da8660f3ec977461369b1e573f0d Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sun, 23 Jan 2022 21:10:21 +0100 Subject: [PATCH] Add patch for donation nagging --- debian/patches/Disable-donation-nagging | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/Disable-donation-nagging diff --git a/debian/patches/Disable-donation-nagging b/debian/patches/Disable-donation-nagging new file mode 100644 index 000000000..e2da5c9c7 --- /dev/null +++ b/debian/patches/Disable-donation-nagging @@ -0,0 +1,11 @@ +--- a/gui/babeldata.h ++++ b/gui/babeldata.h +@@ -67,7 +67,7 @@ public: + reportStatistics_(false), + allowBetaUpgrades_(false), + ignoreVersionMismatch_(true), +- disableDonateDialog_(false), ++ disableDonateDialog_(true), + donateSplashed_(QDateTime(QDate(2010, 1, 1), QTime(0, 0, 0))) + { + } diff --git a/debian/patches/series b/debian/patches/series index f06b43b11..5fb394f12 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ gpsbabelfe_opt-in-for-usage-data-reporting gpsbabelfe_do-not-check-for-newer-version htmldoc-location gmapbase.html-location +Disable-donation-nagging -- 2.30.2